onTouch
Handle a touch event.
Return
True if the listener has consumed the event, false otherwise.
Parameters
v
The view the touch event has been dispatched to.
event
The MotionEvent object containing full information about the event.
Handle a touch event.
True if the listener has consumed the event, false otherwise.
The view the touch event has been dispatched to.
The MotionEvent object containing full information about the event.